html {
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    background-color: #ffffff;
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 32px 32px;
    color: white;
    background-color: white;

    text-align: left;

    image-rendering: high-quality;
}

.MAIN_top_banner {
    .MAIN_top_banner_background {
        position: relative;
        display: block;
        max-width: 100%;
        text-align: center;

        margin: 0 auto;
    }

    .MAIN_top_banner_foreground {
        position: relative;
        display: block;
        max-width: 60%;
        text-align: center;

        border-radius: 10px;

        margin: -15% auto 5%;
    }
}